home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 721 b | 30 lines |
- #
- # This is the make file for the misc. library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = config.o genmat.o getarg.o imalloc.o irit_ftl.o ln_sweep.o \
- miscattr.o miscatt2.o priorque.o xgeneral.o
-
- libmisc.a: $(OBJS)
- ar rc libmisc.a $(OBJS)
-
- install: libmisc.a
- copy libmisc.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libmisc.a
- copy *.h $(INC_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
- config.o: config.h imalloc.h
- genmat.o: genmat.h
- getarg.o: getarg.h imalloc.h
- imalloc.o: imalloc.h
- ln_sweep.o: imalloc.h ln_sweep.h
- miscatt2.o: imalloc.h miscattr.h
- miscattr.o: imalloc.h miscattr.h
- priorque.o: priorque.h imalloc.h
- xgeneral.o: imalloc.h
-